runtime.fixalloc.alloc (method)

21 uses

	runtime (current package)
		malloc.go#L642: 			hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L709: 		hint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L717: 		userArenaHint := (*arenaHint)(mheap_.arenaHintAlloc.alloc())
		malloc.go#L815: 		hint := (*arenaHint)(h.arenaHintAlloc.alloc())
		malloc.go#L818: 		hint = (*arenaHint)(h.arenaHintAlloc.alloc())
		mcache.go#L101: 		c = (*mcache)(mheap_.cachealloc.alloc())
		mfixalloc.go#L74: func (f *fixalloc) alloc() unsafe.Pointer {
		mgc.go#L2272: 		s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
		mgcmark_greenteagc.go#L710: 	r := (*spanSPMC)(mheap_.spanSPMCAlloc.alloc())
		mheap.go#L1166: 		return (*mspan)(h.spanalloc.alloc())
		mheap.go#L1172: 			pp.mspancache.buf[i] = (*mspan)(h.spanalloc.alloc())
		mheap.go#L2112: 	s := (*specialfinalizer)(mheap_.specialfinalizeralloc.alloc())
		mheap.go#L2178: 	s := (*specialCleanup)(mheap_.specialCleanupAlloc.alloc())
		mheap.go#L2227: 	s := (*specialCheckFinalizer)(mheap_.specialCheckFinalizerAlloc.alloc())
		mheap.go#L2352: 	s := (*specialTinyBlock)(mheap_.specialTinyBlockAlloc.alloc())
		mheap.go#L2536: 	s := (*specialWeakHandle)(mheap_.specialWeakHandleAlloc.alloc())
		mheap.go#L2719: 	s := (*specialprofile)(mheap_.specialprofilealloc.alloc())
		pinner.go#L351: 		rec = (*specialPinCounter)(mheap_.specialPinCounterAlloc.alloc())
		preempt_xreg.go#L88: 		dest = (*xRegState)(xRegAlloc.alloc.alloc())
		secret.go#L67: 	s := (*specialSecret)(mheap_.specialSecretAlloc.alloc())
		synctest.go#L414: 		s := (*specialBubble)(mheap_.specialBubbleAlloc.alloc())